home *** CD-ROM | disk | FTP | other *** search
-
- Documentation for the program "pnmimpnoise"
- =============================================
-
-
- PURPOSE
- ---------
-
- This operator creates impulse noise to PBM, PGM and PPM images.
-
- ENGLISH: Please read the file "noise.english.txt" for further information
- about the archives contents, the installation, the copyright
- notice and the author.
-
- DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
- Informationen bezüglich des Archivinhalts, der Installation, der
- Copyright-Notiz und des Autors.
-
-
- START OF THE PROGRAM
- ----------------------
-
- Syntax: pnmimpnoise [+v|-v] [[-aAmpl] | [-rAmpl] [-gAmpl] [-bAmpl]]
- [-pPercentage] file1 file2
-
- Options:
-
- +v : use verbose-mode (default)
- -v : no verbose-mode
-
- -a : amplitude of the (gray) noise, 0..255 (default)
- (default: 255)
-
- -r : amplitude of the red color component, 0 .. 255
- (PPM only) (default: 255)
- -g : amplitude of the green color component, 0 .. 255
- (PPM only) (default: 255)
- -b : amplitude of the blue color component, 0 .. 255
- (PPM only) (default: 255)
-
- -p : percentage of noisy pixels, 0.01 .. 100.0 (default: 5.0)
-
- file1 : PBM/PGM/PPM-file, source
- file2 : PBM/PGM/PPM-file, destination
-
-
- EXAMPLES
- ----------
-
- pnmimpnoise -a255 -p2.0 Lena.PGM Temp:Noisy.PGM
-
- pnmimpnoise -r255 -g0 -b0 -p3.5 Lena.PPM Temp:Noisy.PPM
-
-
- PLANS
- -------
-
- None. (Maybe someone detects an error ?)
-
-
- HISTORY
- ---------
-
- Version 1.02, 31.Jan.98
- - new includes
- - source code optimized
-
- Version 1.01, 04.Dec.97
- - first release
-
- Version 1.00, ??.Nov.97
- - separate programs for PGM and PPM
-
-